Click or drag to resize

ServiceGetSignInRequestUri Method (String, String, String, String, String, String)

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public string GetSignInRequestUri(
	string redirectUri,
	string responseType,
	string responseMode,
	string state,
	string nonce,
	string loginHint
)

Parameters

redirectUri
Type: SystemString
responseType
Type: SystemString
responseMode
Type: SystemString
state
Type: SystemString
nonce
Type: SystemString
loginHint
Type: SystemString

Return Value

Type: String
See Also